home *** CD-ROM | disk | FTP | other *** search
- <script>
-
- <!--
-
- /*Menu Estßtico by Felipe Bottrel Souza 1998/99*/
-
- function stat(){
-
- var a = pageYOffset+window.innerHeight-document.bar.document.height-15
-
- document.bar.top = a
-
- setTimeout('stat()',2)
-
- }
-
- function fix(){
-
- nome=navigator.appName
-
- if(nome=='Netscape'){
-
- stat()
-
- }
-
- else{
-
- var a=document.body.scrollTop+document.body.clientHeight-document.all.bar.offsetHeight+15
-
- bar.style.top = a
-
- }}
-
- //-->
-
- </script>